home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWorkshop
/
Source
/
Converters
/
PCX_SCRATCH
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-01-19
|
238 b
|
14 lines
CFLAGS = -I.. -I. -I../.. -O -g -Wall
SRC = pcxread.m pcxwrite.m kludge.m
OBJ = pcxread.o pcxwrite.o kludge.o
main: libpcx.a
libpcx.a: $(OBJ)
$(AR) rc libpcx.a $(OBJ)
$(RANLIB) libpcx.a
clean:
rm -rf *.o *~ libpcx.a test out.*